home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / lnmdm.arc / README.DOC < prev    next >
Text File  |  1991-11-12  |  4KB  |  109 lines

  1.  
  2.        July 1991     Undocumented Features in LAN+MODEM     Page 1 
  3.            Copyright (c) Cross Communications Company 1989-1991 
  4.  
  5.  
  6.     PREFACE 
  7.     ------- 
  8.  
  9.     Note: Includes versions through 3.20. 
  10.  
  11.     This document describes new features in LAN+MODEM which are not
  12.     present in the current printing of the LAN+MODEM User Guide. This
  13.     information should be considered an extension to the Guide. 
  14.  
  15.  
  16.        To print this document, issue the DOS command:
  17.  
  18.              COPY README.DOC PRN
  19.  
  20.                 - or -
  21.  
  22.              PRINT README.DOC
  23.  
  24.  
  25.     UCOM Combined Dial String Feature 
  26.     --------------------------------- 
  27.  
  28.     With this version of UCOM.EXE a phone number longer than provided in
  29.     one space can be used. This is accomplished by combining two
  30.     consecutive entries together. 
  31.  
  32.     For an entry requiring a longer phone number, place a portion of the
  33.     number in the usual slot. The speed, parity, etc. will still be used
  34.     from this slot. At the end of the first number portion, place a back
  35.     slash. This is used to tell UCOM to add the contents of the NEXT
  36.     consecutive entry's phone number to the number on the desired entry
  37.     line. Note that most modems limit the number of dial command
  38.     characters to 40 so not all of the two entries should be filled
  39.     (spaces are usually ignored by the modem and don't count in the total
  40.     length). 
  41.  
  42.     An example for this feature is for dialing a number collect and then
  43.     waiting for the billing tone. Then the user's phone card number is
  44.     entered to complete the call. This can take up to 26 or more
  45.     characters. Here is a suggested format for this use, using page one
  46.     entries 5 and 6:
  47.  
  48.     Entry Name               Number                      BPS-P-W-S 
  49.     ... 
  50.     5     Compuservice       0-503-620-0000\            9600 E 7 1 
  51.     6     (access code)      W 303-555-1212-1234        9600 E 7 1 
  52.     ... 
  53.  
  54.     The 'W' in the second entry instructs the modem to wait for a second
  55.     dialtone. 
  56.     In the redial selections field, enter only the number of the primary
  57.     entry, in this example '5'. 
  58.  
  59.        July 1991     Undocumented Features in LAN+MODEM     Page 2 
  60.            Copyright (c) Cross Communications Company 1989-1991 
  61.  
  62.  
  63.     MCOM Operation on non-standard IRQs 
  64.     ----------------------------------- 
  65.  
  66.     The modem driver program MCOM.EXE has been enhanced to work with
  67.     alternate IRQs on the standard COM port addresses. For example, COM3
  68.     can be used with IRQ5, and up to four modems can now operate on each
  69.     PC. The alternate IRQs which may be used are 2 through 7. 
  70.     To use this feature, issue MCOM with the options for COM port number
  71.     and IRQ number as in the following examples: 
  72.  
  73.     MCOM 3 IRQ5 (optionally COMMnn) (enter) 
  74.     MCOM 4 IRQ7 (optionally COMMnn) (enter) 
  75.  
  76.     Refer to your modem or serial card manuals for allowable combinations
  77.     of ports and IRQs. The default assignments for MCOM are not changed
  78.     from previous versions and are as follows: 
  79.  
  80.                 Port address (hex)          IRQ 
  81.     COM1            3F8                      4
  82.     COM2            2F8                      3
  83.     COM3            3E8                      4
  84.     COM4            2E8                      3
  85.  
  86.  
  87.     NETDEV Operation with PROCOMM PLUS(tm) Network Version V1.0 
  88.     ----------------------------------------------------------- 
  89.  
  90.     It has been found through extensive testing that PROCOMM PLUS(tm)
  91.     Network Version V1.0 does not completely adhere to the Interrupt 14h
  92.     specifications, specifically in the area of data output. The INT14
  93.     interface, NETDEV.COM, has been enhanced to correct this problem by
  94.     detecting a buffer full condition and waiting until space is
  95.     available. PROCOMM will not examine the buffer full condition and
  96.     continue to send data, resulting in lost data at high speeds and
  97.     with long block file transfers such as YModem. 
  98.     To enable the special handling in NETDEV, the command line option
  99.     PCPLUS has been added which is used when NETDEV is first loaded into
  100.     memory. Invoke NETDEV as follows: 
  101.  
  102.     NETDEV PCPLUS (enter) 
  103.  
  104.     All other NETDEV command line options are the same as in previous
  105.     versions. 
  106.  
  107.      - End of README.DOC - 
  108.  
  109.